Array.opCall

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Array!T opCall(size_t capacity)
    struct Array(T)
    static @nogc
    opCall
    (
    size_t capacity = 1
    )
  2. Array!T opCall(size_t length, T value)
  3. Array!T opCall(T[] arr)

Meta